home *** CD-ROM | disk | FTP | other *** search
- on(press){
- var i = 1;
- if(_root.s1._currentframe == 1)
- {
- _root.opt_confirm = 1;
- _root.showConfirm("Você não recrutou nenhum soldado. Tem certeza de que quer lutar apenas com o líder?");
- }
- else
- {
- _root.destino = "cenario";
- _root.play();
- }
- _root.edSoldado = "?";
- _root.edClasse = "?";
- _root.edNivel = "?";
- _root.edEXP = "?";
- _root.edPV = "?";
- _root.edPM = "?";
- _root.edATQ = "?";
- _root.edDEF = "?";
- _root.edAGL = "?";
- _root.edINT = "?";
- _root.edMRL = "?";
- }
-